Index

A B C D E G H I M N O P R S T U V W X 
All Classes All Packages

M

main(String[]) - Static method in class edu.uky.ai.tic.Main
Runs the application.
Main - Class in edu.uky.ai.tic
Plays NUMBER_OF_GAMES games of Tic Tac Toe and reports the results.
Main() - Constructor for class edu.uky.ai.tic.Main
 
MinMaxBot - Class in edu.uky.ai.tic.ai
This bot expands the entire game tree and makes its decision based on Min Max search.
MinMaxBot() - Constructor for class edu.uky.ai.tic.ai.MinMaxBot
 
move - Variable in class edu.uky.ai.tic.ai.Decision
The move to make
move - Variable in class edu.uky.ai.tic.ai.GameTree
The move to resulted in the current state
Move - Class in edu.uky.ai.tic.state
Represents an individual move in a game of Tic Tac Toe.
Move(Player, int, int) - Constructor for class edu.uky.ai.tic.state.Move
Constructs a move object.
A B C D E G H I M N O P R S T U V W X 
All Classes All Packages